翻訳と辞書
Words near each other
・ Moe Baby Blues
・ Moe Bandy
・ Moe Barr
・ Moe Becker
・ Moe Berg
・ Moe Berg (musician)
・ Moe book
・ Moe Brooker
・ Moe Brothers
・ Module (mathematics)
・ Module (musician)
・ Module file
・ Module homomorphism
・ Module Marketplace
・ Module of covariants
Module pattern
・ Module spectrum
・ Modulf Aukan
・ Moduli (physics)
・ Moduli of algebraic curves
・ Moduli scheme
・ Moduli space
・ Moduli stack of formal group laws
・ Moduli stack of principal bundles
・ Modulidae
・ Modulin
・ Modulo
・ Modulo (jargon)
・ Modulo operation
・ Modulo-N code


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Module pattern : ウィキペディア英語版
Module pattern

In software engineering, the module pattern is a design pattern used to implement the concept of software modules, defined by modular programming, in a programming language with incomplete direct support for the concept.
This pattern can be implemented in several ways depending on the host programming language, such as the singleton design pattern, object-oriented static members in a class and procedural global functions. In Python, the pattern is built into the language, and each .py file is automatically a module.
== Definition & Structure ==

The ''module software design pattern'' provides the features and syntactic structure defined by the modular programming paradigm to programming languages that have incomplete support for the concept.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Module pattern」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.